.footerholder {
  width: 100%;
  height: auto;
  padding-left: 115px;
  padding-right: 115px;
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ed5f1e;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: inline-flex;
  /* margin: 817px 0px 0px 0px; */
  top: 0px;
  position: relative;
}

.reverseelement {
  display: flex;
}

.mobfootersep {
  display: flex;
  flex-direction: row;
  gap: 54px;
  padding: 17px 17px 17px 17px;
}

.scale-wrapperfooter {
  transform: scale(0.8);

  transform-origin: top center;
  max-width: 1440px;
}

.email {
  position: relative;
  margin: -11px 0px 7px 22px !important;
}

@media (max-width: 1309px) {
  .scale-wrapperfooter {
    transform: scale(1);

    transform-origin: top center;
  }

  
  .boxelementfooter {
    margin: 0px !important;
    height: auto !important;
  }
  .footerinner {
    align-self: stretch;
    justify-content: space-between;
    align-items: center;
    display: inline-flex;
    flex-direction: column !important;
  }
  .boxelementfooter {
    align-items: center !important;
  }

  .email {
    margin: -21px auto 0px auto !important;
  }

  .contactusmob {
    text-align: center;
    font-size: 12px !important;
    margin: 0px 0px 0px 0px !important;
  }

  .phone {
    position: absolute !important;
    width: 150px !important;
    margin: 0px 0px 0px 176px !important;
  }

  .address {
    margin: 0 auto;
  }
  .mobfootersep {
    display: flex;
    flex-direction: row;
    gap: 30px;
    padding: 60px 17px 17px 17px;
  }
  .footerelement {
    width: 141px !important;
    height: 188px !important;
  }

  .fontfooter {
    font-size: 16px !important;
  }

  .reverseelement {
    flex-direction: column-reverse;
  }
  .elementfooterbot {
    font-size: 12px !important;
  }
  .elementfootertow {
    font-size: 11px !important;
  }
  .blk {
    text-align: center !important;
    margin: 0px 0px 0px 0px !important;
  }
  .socmed {
    margin: -43px auto 0 auto;
  }

  .footerbtn {
    font-size: 15px !important;
    white-space: nowrap;
  }

  .footertag {
    font-size: 10px !important;
  }
}

@media (max-width: 992px) {
  .footerholder {
    top: 0px;
  }
}

@media (max-width: 418px) {
  .email {
    margin: -15px 0px 25px 98px !important;
  }

  .phone {
    position: absolute !important;
    width: 150px !important;
    margin: 0px 0px 0px 50px !important;
  }
}
